home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2008 December / PC_Format_122008.iso / Grafika / Raw Therapee 2.3 / rawtherapee23.exe / gtkrc next >
Text File  |  2007-08-08  |  4KB  |  153 lines

  1. # colour scheme by Bytec ( http://bytec.vitanet.lv )
  2. # based on the default gtkrc for
  3. # rawtherapee ( http://www.rawtherapee.com )
  4. # which is based on Bluecurve
  5. # Created by Richard Stellingwerff, Emil Jacobs and Daniel Borgmann.
  6.  
  7. gtk-font-name = "tahoma 8"
  8.  
  9. style "clearlooks-default"
  10. {
  11.   GtkButton      ::default_border    = { 0, 0, 0, 0 }
  12.   GtkRange       ::trough_border     = 0
  13.   GtkPaned       ::handle_size       = 6
  14.   GtkRange       ::slider_width      = 12
  15.   GtkRange       ::stepper_size      = 12
  16.   GtkScrollbar   ::min_slider_length = 30
  17.   GtkCheckButton ::indicator_size    = 12
  18.   GtkMenuBar     ::internal-padding  = 0
  19.   GtkTreeView    ::expander_size     = 11
  20.   GtkExpander    ::expander_size     = 11
  21.  
  22.   xthickness = 1
  23.   ythickness = 1
  24.  
  25.   fg[NORMAL]        = "#101010"
  26.   fg[PRELIGHT]      = "#101010"
  27.   fg[ACTIVE]        = "#000000"
  28.   fg[SELECTED]      = "#999999"
  29.   fg[INSENSITIVE]   = "#808080"
  30.  
  31.   bg[NORMAL]        = "#808080"
  32.   bg[PRELIGHT]      = "#999999"
  33.   bg[ACTIVE]        = "#808080"
  34.   bg[SELECTED]      = "#999999"
  35.   bg[INSENSITIVE]   = "#808080"
  36.    
  37.   base[NORMAL]      = "#999999"
  38.   base[PRELIGHT]    = "#999999"
  39.   base[ACTIVE]      = "#999999"
  40.   base[SELECTED]    = "#606060"
  41.   base[INSENSITIVE] = "#808080"
  42.    
  43.   text[NORMAL]      = "#000000"
  44.   text[PRELIGHT]    = "#000000"
  45.   text[ACTIVE]      = "#000000"
  46.   text[SELECTED]    = "#000000"
  47.   text[INSENSITIVE] = "#000000"
  48.  
  49.   engine "clearlooks"  {
  50.     sunkenmenubar     = 1       # 0 = disable, 1 = enable
  51.     menuitemstyle     = 0       # 0 = flat, 1 = 3d-ish (button)
  52.     listviewitemstyle = 0       # 0 = flat, 1 = 3d-ish (gradient)
  53.     progressbarstyle  = 0       # 0 = candy bar, 1 = flat
  54.   }
  55. }
  56.  
  57. style "clearlooks-wide" = "clearlooks-default"
  58. {
  59.   xthickness = 1
  60.   ythickness = 1
  61. }
  62.  
  63. style "clearlooks-notebook" = "clearlooks-wide"
  64. {
  65.   bg[NORMAL] = "#808080"
  66. }
  67.  
  68. style "clearlooks-tasklist" = "clearlooks-default"
  69. {
  70.   xthickness = 5
  71.   ythickness = 3
  72. }
  73.  
  74. style "clearlooks-menu" = "clearlooks-default"
  75. {
  76.   xthickness = 2
  77.   ythickness = 1
  78.   bg[NORMAL] = "#808080"
  79. }
  80.  
  81. style "clearlooks-menu-item" = "clearlooks-default"
  82. {
  83.   xthickness = 1
  84.   ythickness = 1
  85.   fg[PRELIGHT] = "#999999"
  86.   text[PRELIGHT] = "#000000"
  87. }
  88.  
  89. style "clearlooks-menu-itembar" = "clearlooks-default"
  90. {
  91.   xthickness = 1
  92.   ythickness = 1
  93. }
  94.  
  95. style "clearlooks-tree" = "clearlooks-default"
  96. {
  97.   xthickness = 1
  98.   ythickness = 1
  99. }
  100.  
  101. style "clearlooks-frame-title" = "clearlooks-default"
  102. {
  103.   fg[NORMAL] = "#404040"
  104. }
  105.  
  106. style "clearlooks-panel" = "clearlooks-default"
  107. {
  108.   xthickness = 3
  109.   ythickness = 3
  110. }
  111.  
  112. style "clearlooks-tooltips" = "clearlooks-default"
  113. {
  114.   xthickness = 4
  115.   ythickness = 4
  116.   bg[NORMAL] = { 1.0,1.0,0.75 }
  117. }
  118.  
  119. style "clearlooks-progressbar" = "clearlooks-default"
  120. {
  121.   xthickness = 1
  122.   ythickness = 0
  123.  
  124.   fg[PRELIGHT]  = "#000000"
  125. }
  126.  
  127. style "clearlooks-combo" = "clearlooks-default"
  128. {
  129.   xthickness = 1
  130.   ythickness = 1
  131. }
  132.  
  133. class "GtkWidget" style "clearlooks-default"
  134. class "GtkButton" style "clearlooks-wide"
  135. class "GtkRange" style "clearlooks-wide"
  136. class "GtkFrame" style "clearlooks-wide"
  137. class "GtkStatusbar" style "clearlooks-wide"
  138. class "GtkMenu" style "clearlooks-menu"
  139. class "GtkMenuItem" style "clearlooks-menu-item"
  140. widget_class "*MenuItem.*" style "clearlooks-menu-item"
  141. class "GtkEntry" style "clearlooks-wide"
  142. widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
  143. widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
  144. widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
  145. widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
  146. widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
  147. widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
  148. widget_class "BasePWidget.GtkEventBox.GtkTable.GtkFrame" style "clearlooks-panel"
  149. widget "gtk-tooltips" style "clearlooks-tooltips"
  150. class "GtkNotebook" style "clearlooks-notebook"
  151. class "GtkProgressBar" style "clearlooks-progressbar"
  152. widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
  153. widget_class "*.GtkCombo.GtkButton" style "clearlooks-combo"